Align argument names with source.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Sep 2004 21:08:12 +0000 (21:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 1 Sep 2004 21:08:12 +0000 (21:08 +0000)
2004-09-01  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf-core.h: Align argument names with source.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-core.h

index a2967d28b56f76c9813361fa3a7dc3b96f275bf3..b5fa7d3181ffdfd1882889d951f5c0f44bf8b754 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-core.h: Align argument names with source.
+
 Thu Aug 26 01:23:16 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk-pixbuf-core.h: 
index c0f5668ba294a486f58ef8345b75871fd043c64a..a51be74081f192e07a0b44fd414a3ef9a8d8ae22 100644 (file)
@@ -125,7 +125,7 @@ GdkPixbuf *gdk_pixbuf_new_from_file_at_size (const char *filename,
 GdkPixbuf *gdk_pixbuf_new_from_file_at_scale (const char *filename,
                                              int         width, 
                                              int         height,
-                                             gboolean    keep_aspect_ratio,
+                                             gboolean    preserve_aspect_ratio,
                                              GError    **error);
 
 GdkPixbuf *gdk_pixbuf_new_from_data (const guchar *data,